Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove bok-choy settings #33350

Merged
merged 44 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
42ca0dd
chore: remove bok choy settings
salman2013 Sep 27, 2023
73c4e11
chore: remove karma
salman2013 Sep 27, 2023
a06ac2f
chore: remove karma
salman2013 Sep 27, 2023
caeb8d9
chore: remove bok choy
salman2013 Sep 27, 2023
3abf597
chore: fix test cases
salman2013 Sep 27, 2023
74ff28c
Merge remote-tracking branch 'upstream/master' into salman/remove-bok…
salman2013 Sep 27, 2023
9fb6d0a
Merge remote-tracking branch 'upstream/master' into salman/remove-bok…
salman2013 Sep 27, 2023
3d893a5
chore: remove bok-choy
salman2013 Sep 27, 2023
0370f44
chore: fix test cases
salman2013 Sep 27, 2023
875de8e
chore: fix test cases
salman2013 Sep 28, 2023
a763287
chore: remove all reference for bok-choy
salman2013 Sep 28, 2023
7e58e28
Merge remote-tracking branch 'upstream/master' into salman/remove-bok…
salman2013 Sep 28, 2023
3fc454c
chore: remove bok-choy
salman2013 Sep 28, 2023
3ecf2b9
chore: remove bok-choy
salman2013 Sep 28, 2023
d668af2
chore: fix comments, remove and add some code for karma
salman2013 Oct 2, 2023
74a4c88
chore: fix tests
salman2013 Oct 2, 2023
75244b1
Merge remote-tracking branch 'upstream/master' into salman/remove-bok…
salman2013 Oct 2, 2023
65d3b10
chore: fix test cases
salman2013 Oct 2, 2023
4dbefe3
chore: fix tests
salman2013 Oct 3, 2023
70eafef
chore: fixed comments as per review, code improvements
salman2013 Oct 4, 2023
2b6a6f8
chore: remove plugin which is not using
salman2013 Oct 4, 2023
52860c5
chore: resolve conflicts
salman2013 Oct 4, 2023
936a6c0
chore: resolve conflicts
salman2013 Oct 4, 2023
01a4908
chore: fix tests
salman2013 Oct 4, 2023
a71ce9f
Merge branch 'master' into salman/remove-bok-choy
salman2013 Oct 4, 2023
5bc3dfa
chore: uncomment the code
salman2013 Oct 6, 2023
cda018e
chore: fix test case
salman2013 Oct 6, 2023
7049cb2
chore: fix test case
salman2013 Oct 6, 2023
8dddb53
chore: fix test case
salman2013 Oct 6, 2023
9d54325
chore: fix test case
salman2013 Oct 6, 2023
2d78b2d
chore: fix test case
salman2013 Oct 6, 2023
52aea35
chore: fix test case
salman2013 Oct 9, 2023
cdeaaa5
chore: fix test case
salman2013 Oct 9, 2023
8bd5be2
chore: fix test case
salman2013 Oct 9, 2023
8f97ac9
chore: fix test case
salman2013 Oct 10, 2023
2a4ce5f
chore: fix comments, remove un-used variable
salman2013 Oct 12, 2023
9452cef
chore: resolve conflicts
salman2013 Oct 23, 2023
2ff9ca8
chore: fix comments, remove un-used selenium browser
salman2013 Oct 23, 2023
8d7e451
Merge remote-tracking branch 'upstream/master' into salman/remove-bok…
salman2013 Oct 24, 2023
e2560e1
chore: fix tests
salman2013 Oct 24, 2023
942e713
chore: resolve conflicts
salman2013 Oct 26, 2023
f71e650
chore: update bok-choy hostname and revert the old logic to chose bro…
salman2013 Oct 27, 2023
de935e1
chore: update variable for frontend test server hostname
salman2013 Oct 30, 2023
a978452
chore: update lms,cms port variable names
salman2013 Oct 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ test_root/paver_logs/
test_root/uploads/
**/django-pyfs
**/.tox/
common/test/db_cache/bok_choy_*.yaml
common/test/data/badges/*.png

### Installation artifacts
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- name: Setup npm
run: npm i -g [email protected]

- name: Install Firefox 61.0
run: |
sudo apt-get purge firefox
wget "https://ftp.mozilla.org/pub/firefox/releases/61.0/linux-x86_64/en-US/firefox-61.0.tar.bz2"
tar -xjf firefox-61.0.tar.bz2
sudo mv firefox /opt/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox

- name: Install Required System Packages
run: sudo apt-get update && sudo apt-get install libxmlsec1-dev ubuntu-restricted-extras xvfb

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:

- name: Run Static Assets Check
env:
LMS_CFG: lms/envs/bok_choy.yml
CMS_CFG: cms/envs/bok_choy.yml
LMS_CFG: lms/envs/minimal.yml
CMS_CFG: lms/envs/minimal.yml

run: |
paver update_assets lms
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ test_root/paver_logs/
test_root/uploads/
django-pyfs
.tox/
common/test/db_cache/bok_choy_*.yaml
common/test/data/badges/*.png

### Installation artifacts
Expand Down
116 changes: 0 additions & 116 deletions cms/envs/bok_choy.auth.json

This file was deleted.

127 changes: 0 additions & 127 deletions cms/envs/bok_choy.env.json

This file was deleted.

Loading