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

batches: display rollout windows configuration in user settings #50479

Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7d807f6
display rollout window configuration
BolajiOlajide Apr 7, 2023
848f2c7
remove comment
BolajiOlajide Apr 7, 2023
fa18ef8
add storybook
BolajiOlajide Apr 7, 2023
abee274
prettier
BolajiOlajide Apr 12, 2023
624d34f
refactor CSS to BEM
BolajiOlajide Apr 12, 2023
2078c6e
changelog entry
BolajiOlajide May 4, 2023
3f782e0
refactor logic for displaying rollout windows
BolajiOlajide May 4, 2023
3193d0b
move format functions into own module
BolajiOlajide May 5, 2023
d4d2a02
update storybook
BolajiOlajide May 5, 2023
da6d1c1
update bazel
BolajiOlajide May 5, 2023
b3fd51b
update changelog
BolajiOlajide May 5, 2023
17638ab
remove debug statements`
BolajiOlajide May 5, 2023
caab857
Update CHANGELOG.md
BolajiOlajide May 9, 2023
9e1e223
Update client/web/src/enterprise/batches/settings/BatchChangesSetting…
BolajiOlajide May 9, 2023
7379afb
codeintel: Add blocklist for autoindexing (#51578)
efritz May 9, 2023
72eca2f
bazel: decouple web application bundle from integration tests modules…
valerybugakov May 10, 2023
ee54720
changelog entry
BolajiOlajide May 4, 2023
6ac13e1
update bazel
BolajiOlajide May 5, 2023
6dfb043
update changelog
BolajiOlajide May 5, 2023
c63dd5d
Update CHANGELOG.md
BolajiOlajide May 9, 2023
7942d81
update comment
BolajiOlajide May 9, 2023
7689827
add time to storybook
BolajiOlajide May 10, 2023
637b47c
move rollout windows configuration to separate file
BolajiOlajide May 10, 2023
f8dd4ec
bazel configure
BolajiOlajide May 10, 2023
6d42523
cleanup changelog
BolajiOlajide May 10, 2023
1cbf622
remove duplicate changelog entry
BolajiOlajide May 10, 2023
60071fa
remove unrelated bazel config
BolajiOlajide May 10, 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
Prev Previous commit
Next Next commit
update changelog
  • Loading branch information
BolajiOlajide committed May 10, 2023
commit 6dfb043da2ed289c17f39a273c93bfe440433587
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ All notable changes to Sourcegraph are documented in this file.
- When an admin has configured rollout windows for Batch Changes changesets, the configuration details are now visible to all users on the Batch Changes settings page. [#50479](https://github.com/sourcegraph/sourcegraph/pull/50479)
- Added the ability to block auto-indexing scheduling and inference via the `codeintel_autoindexing_exceptions` Postgres table. [#51578](https://github.com/sourcegraph/sourcegraph/pull/51578)
- Batches: Rollout configuration is now accessible to all users via the Batch Changes settings page. [#50479](https://github.com/sourcegraph/sourcegraph/pull/50479/files)
- Batches: Rollout configuration is now accessible to all users via the Batch Changes settings page. [#50479](https://github.com/sourcegraph/sourcegraph/pull/50479)

### Changed

Expand Down