Commit Graph

55 Commits (2d7965402e38f94406e370b6a7e58437719a309c)

Author SHA1 Message Date
idafurjes 6c5a573772
Chore: Move ReqContext to contexthandler service (#62102) 2 years ago
idafurjes 7dcb502b33
Chore: Remove org model duplicates (#61025) 3 years ago
idafurjes bb35f37b66
Chore: Delete org model duplicates (#60940) 3 years ago
idafurjes bc7a383252
Remove org methods from sqlstore interface (#56358) 3 years ago
Kat Yang 7715672fb3
Chore: use org service methods (#55768) 3 years ago
idafurjes d8cd30d22a
Chore: Remove DeleteOrg and UpdateOrgAddress from sqlstore (#55795) 3 years ago
idafurjes 7ce7c9b64c
Chore: Move SearchOrgs to org service (#55416) 3 years ago
Sofia Papagiannaki b157fcdd87
Chore: fix formating for swagger definitions (#54993) 3 years ago
ying-jeanne 4dbe0b4f02
Chore: Move updateorg out of sqlstore (#54111) 3 years ago
idafurjes a14621fff6
Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
Sofia Papagiannaki 7ba076de10
Chore: Move swagger definitions to the handlers (#52643) 3 years ago
Jguer 9ab210a7d7
ServiceAccounts: Don't create new orgs for service accounts (#51819) 3 years ago
Kat Yang 098563179b
Chore: Remove final x from sqlstore (#48086) 3 years ago
Ieva 68ca5b2e05
Access control: refactor RBAC checks (#48107) 3 years ago
ying-jeanne 7ddae870e7
fix status code 200 (#47818) 3 years ago
Serge Zaitsev a231c6861c
Chore: Remove bus.Dispatch from provisioning services (#44989) 3 years ago
ying-jeanne ef11e783f1
ldap debug bus removal (#45014) 3 years ago
Ryan McKinley 5d66194ec5
FeatureFlags: define features outside settings.Cfg (take 3) (#44443) 3 years ago
Katarina Yang 92ca38bedf
Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 3 years ago
Agnès Toulet 65bdb3a899
FeatureFlags: Revert managing feature flags outside of settings.Cfg (#44382) 3 years ago
Ryan McKinley f94c0decbd
FeatureFlags: manage feature flags outside of settings.Cfg (#43692) 3 years ago
ying-jeanne 7422789ec7
Remove Macaron ParamsInt64 function from code base (#43810) 4 years ago
Serge Zaitsev d9cdcb550e
Chore: Refactor api handlers to use web.Bind (#42199) 4 years ago
Ursula Kallio d76cea45b5
Found typo while reading code comments (#41740) 4 years ago
idafurjes 47f6bb3583
Chore: Add context to org (#40685) 4 years ago
Gabriel MABILLE f6a9132975
AccessControl: Add FGAC to orgs endpoints (#39579) 4 years ago
Serge Zaitsev 57fcfd578d
Chore: replace macaron with web package (#40136) 4 years ago
Serge Zaitsev 063160aae2
Chore: pass url parameters through context.Context (#38826) 4 years ago
idafurjes b9a538aff0
Bug: Add check before delete org (#38056) 4 years ago
Hugo Häggmark 3d41267fc4
Chore: Moves common and response into separate packages (#30298) 5 years ago
Arve Knudsen 25048ebdf8
Chore: Add CloudWatch HTTP API tests (#29691) 5 years ago
Arve Knudsen 294770f411
Chore: Handle wrapped errors (#29223) 5 years ago
Benjamin Blattberg 3403db190d
API: Support paging in the admin orgs list API (#26932) 5 years ago
Carl Bergquist 3fdd2648b1
Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
Oleg Gaidarenko 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 years ago
bergquist 8a3a3cccc3 moves metric package to /infra 6 years ago
Julian Kornberger 0a415c50d0 Make golint happier 7 years ago
Julian Kornberger 7aab6a8887 Make golint happier 7 years ago
Dan Cech c0ecdee375
rename Context to ReqContext 7 years ago
Dan Cech 338655dd37
move Context and session out of middleware 7 years ago
bergquist 2de94d6548 convert old metrics to prom metrics 8 years ago
Pavlos Daoglou 0064331bbf [6679] Check if org exists before delete it 9 years ago
Torkel Ödegaard 53f5cb6553 fix(api): org name taken error now returns HTTP status code 409, closes 10 years ago
Shaofeng Chen 4ceab4abc7 fix mismatch api path 10 years ago
Shaofeng Chen dc427d5a2c add get org by name api 10 years ago
Torkel Ödegaard fad1d4cf98 feat(organization): added update org address to http api and to org details settings view, closes #2672 10 years ago
Torkel Ödegaard daf64421f2 fix(api): Added error handling to create and update org http apis and sql update handlers, now checks for org name taken scenarios and returns correct http error code and message, fixes #2686 10 years ago
Torkel Ödegaard 8fcaa4997d feat(admin): Deleting org from orgs list now works, will permanently delete dashboards, data sources, etc, closes #2457 10 years ago
Torkel Ödegaard 24bab47f14 fix(create org): Anonymous user can no longer create org, Fixes #2227 10 years ago
Torkel Ödegaard 3f917b0af5 Updated org creation view, after creating new org user is switched to that org and redirect to org details view, Closes #2198 10 years ago